home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TINSTALLFORM / TINSTALLFORM.txt
Text File  |  2004-10-12  |  4KB  |  180 lines

  1. object InstallForm: TInstallForm
  2.   Left = 406
  3.   Top = 207
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Directories Setup'
  7.   ClientHeight = 346
  8.   ClientWidth = 408
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Bevel1: TBevel
  24.     Left = 8
  25.     Top = 296
  26.     Width = 390
  27.     Height = 2
  28.     Shape = bsTopLine
  29.   end
  30.   object cbMakeDT: TCheckBox
  31.     Left = 16
  32.     Top = 220
  33.     Width = 385
  34.     Height = 17
  35.     Caption = 'Create shortcut on the Windows &Desktop'
  36.     TabOrder = 4
  37.   end
  38.   object cbMakeStart: TCheckBox
  39.     Left = 16
  40.     Top = 244
  41.     Width = 385
  42.     Height = 17
  43.     Caption = 'Create shortcut in Start &Menu'
  44.     TabOrder = 5
  45.     OnClick = cbMakeStartClick
  46.   end
  47.   object gStart: TGroupBox
  48.     Left = 8
  49.     Top = 156
  50.     Width = 393
  51.     Height = 53
  52.     Caption = '&Create Shortcut in Start Menu at'
  53.     TabOrder = 3
  54.     object eGroup: TEdit
  55.       Left = 8
  56.       Top = 20
  57.       Width = 237
  58.       Height = 21
  59.       TabStop = False
  60.       BorderStyle = bsNone
  61.       ParentColor = True
  62.       ReadOnly = True
  63.       TabOrder = 0
  64.     end
  65.     object bChangeStart: TButton
  66.       Left = 300
  67.       Top = 16
  68.       Width = 83
  69.       Height = 25
  70.       Caption = 'Change...'
  71.       TabOrder = 1
  72.       OnClick = bChangeStartClick
  73.     end
  74.   end
  75.   object bOK: TButton
  76.     Left = 160
  77.     Top = 312
  78.     Width = 89
  79.     Height = 25
  80.     Caption = '&Next >'
  81.     Default = True
  82.     ModalResult = 1
  83.     TabOrder = 0
  84.   end
  85.   object bCancel: TButton
  86.     Left = 264
  87.     Top = 312
  88.     Width = 89
  89.     Height = 25
  90.     Cancel = True
  91.     Caption = 'Cancel'
  92.     ModalResult = 2
  93.     TabOrder = 1
  94.   end
  95.   object GroupBox1: TGroupBox
  96.     Left = 8
  97.     Top = 12
  98.     Width = 393
  99.     Height = 139
  100.     Caption = 'By default, store My E-Mail Data in...'
  101.     TabOrder = 2
  102.     object eWDir: TEdit
  103.       Left = 16
  104.       Top = 104
  105.       Width = 273
  106.       Height = 21
  107.       TabStop = False
  108.       TabOrder = 4
  109.       OnChange = eWDirChange
  110.     end
  111.     object bChDir: TButton
  112.       Left = 300
  113.       Top = 102
  114.       Width = 83
  115.       Height = 25
  116.       Caption = 'Change...'
  117.       TabOrder = 5
  118.       OnClick = bChDirClick
  119.     end
  120.     object rbDefaultData: TRadioButton
  121.       Left = 16
  122.       Top = 22
  123.       Width = 361
  124.       Height = 17
  125.       Caption = 'Default &Application Data Folder'
  126.       Checked = True
  127.       TabOrder = 0
  128.       TabStop = True
  129.       OnClick = rbDefaultDataClick
  130.     end
  131.     object rbAllUsers: TRadioButton
  132.       Left = 16
  133.       Top = 42
  134.       Width = 361
  135.       Height = 17
  136.       Caption = 'Default data &folder available for all users of this PC'
  137.       TabOrder = 1
  138.       OnClick = rbAllUsersClick
  139.     end
  140.     object rbCustomDir: TRadioButton
  141.       Left = 16
  142.       Top = 82
  143.       Width = 361
  144.       Height = 17
  145.       Caption = '&User-defined directory'
  146.       TabOrder = 3
  147.       OnClick = rbCustomDirClick
  148.     end
  149.     object rbProgramDir: TRadioButton
  150.       Left = 16
  151.       Top = 62
  152.       Width = 361
  153.       Height = 17
  154.       Caption = 'The Mail sub-folder of the &Program Folder'
  155.       TabOrder = 2
  156.       OnClick = rbProgramDirClick
  157.     end
  158.   end
  159.   object cbAddSendTo: TCheckBox
  160.     Left = 16
  161.     Top = 268
  162.     Width = 385
  163.     Height = 17
  164.     Caption = 'Add The Bat! to "&Send To" menu'
  165.     Checked = True
  166.     State = cbChecked
  167.     TabOrder = 6
  168.   end
  169.   object bBack: TButton
  170.     Left = 64
  171.     Top = 312
  172.     Width = 89
  173.     Height = 25
  174.     HelpContext = 12006
  175.     Caption = '<   &Back'
  176.     Enabled = False
  177.     TabOrder = 7
  178.   end
  179. end
  180.